getAllTileRegions

open fun getAllTileRegions(@NonNull() callback: TileRegionsCallback)

Returns a list of the existing tile regions.Note: The user-provided callbacks will be executed on a TileStore-controlled worker thread;it is the responsibility of the user to dispatch to a user-controlled thread.

Parameters

callback

The result callback.